
.box
{
	margin:auto;
	overflow: hidden; 
	border-radius: 2px 2px 0 0;
}

.box h3
{
	width:0px;
	padding: 20px 30px 15px;   /* using padding to adjust title's postion */
	font-size: 24px;
	cursor: pointer;

}
.box h3:hover
{
	text-decoration:underline;
}


.slide-wrap
{
	position: relative;
/*	height: 230px;*/
	width: 100%;
}
.member .border_s
{
	position: relative;	
	top: 20%;
	transform:translateY(-50%);
	height:80%;
}
.slide
{
	position: relative;	
	top: 50%;
	-webkit-transition:left .5s;
	left: 0px;
	width:100%;
}

.slide-active-r
{
	left:-30px;
}
.slide-active-l
{
	left:30px;
}
.shift
{
	position: absolute;
	z-index: 1;
	background-color: #d3d7dc;
	height: 100%;
	-webkit-transition: opacity .5s, width .1s ,margin .5s;
	width:0px;
	opacity: 0;
}
.shift-active
{
	width:66px;
	opacity: .65;
}
.member .left
{
	left:-33px;
}
.member  .right
{
	right:-33px;
}

i.shift
{
	top:50%;
	transform:translateY(-50%); 
	background-color: transparent;
	background-image:url(../img/angle.png);
	background-size: auto;
	background-repeat: no-repeat;
	height: 45px;
}
i.left
{
	background-position: 0 0px;
}
i.right
{
	background-position: -28px 0px;
}

.i-active
{
	width: 28px;
	opacity: 1;
	margin:0 36px;	/* 33-28=5  5/2=2.xx  33(covered part)+3=36  push out angle button under covered part */
}

.i-active-move
{
	margin:0 18px;  /*  shift , 33+30=63 ,63-28=35,35/2=17.xx adjust the angle button to the middle  */
}

.member ul
{ 
	position: relative; /*for initial postion -> left -112*/
	white-space:nowrap;
	font-size: 0;
	transition: transform 0.5s ease-out;
}

.member ul li
{
	display: inline-block;
}
.member img
{
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	/*width: 145px;height:145px;*/ /* manipulated by jquery */
}